home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 114 / macaddict114.cdr / Software / Utilities / DefaultsManager.dmg / Defaults Manager.app / Contents / Resources / English.lproj / DMBackupDocument.nib / classes.nib next >
Encoding:
Text File  |  2004-02-14  |  1.4 KB  |  44 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {
  5.                 addAction = id; 
  6.                 addAllAction = id; 
  7.                 removeAction = id; 
  8.                 removeAllAction = id; 
  9.                 restoreAction = id; 
  10.             }; 
  11.             CLASS = DMBackupDocument; 
  12.             LANGUAGE = ObjC; 
  13.             OUTLETS = {
  14.                 addAllButton = NSButton; 
  15.                 addButton = NSButton; 
  16.                 dateField = NSTextField; 
  17.                 docWindow = NSWindow; 
  18.                 domainsDataSource = id; 
  19.                 domainsTable = NSTableView; 
  20.                 removeAllButton = NSButton; 
  21.                 removeButton = NSButton; 
  22.                 restoreButton = NSButton; 
  23.                 restoreDataSource = id; 
  24.                 restoreTable = NSTableView; 
  25.             }; 
  26.             SUPERCLASS = NSDocument; 
  27.         }, 
  28.         {
  29.             CLASS = DMBackupDomainsDataSource; 
  30.             LANGUAGE = ObjC; 
  31.             OUTLETS = {"_tableView" = NSTableView; }; 
  32.             SUPERCLASS = NSObject; 
  33.         }, 
  34.         {
  35.             CLASS = DMBackupRestoreDataSource; 
  36.             LANGUAGE = ObjC; 
  37.             OUTLETS = {"_tableView" = NSTableView; }; 
  38.             SUPERCLASS = NSObject; 
  39.         }, 
  40.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  41.         {CLASS = KNTableView; LANGUAGE = ObjC; SUPERCLASS = NSTableView; }
  42.     ); 
  43.     IBVersion = 1; 
  44. }